﻿

.ul.menu {
  padding: 0;
  list-style: none;
  width: 272px;
 
  font-family:"微软雅黑";
  /*box-shadow: 0px 0px 25px #00000070;*/
  clear: both;
  display: table;
}
.ul.menu .list {
  font-size: 14px;
  border-bottom: 1px solid #f1f1f1;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  height: 63px;
  vertical-align: sub;
  background: #ffffff;
  clear: both;
}
.ul.menu .list:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 17px;
  top: 17px;
  padding: 0px 5px;
  color: #fff;
}
.ul.menu .list:before {
  background:url(../images/btn_03.png) no-repeat; width:15px; height:15px;
  position: absolute;
  left: 17px;
  top: 17px;
  padding: 0px 5px;
 
}
.ul.menu .list a {
  text-decoration: none;
  color: #666666;
  padding: 17px 0px 17px 45px;
  display: block;
  height: 100%;
  box-sizing: border-box;
  font-size:16px;
}
.ul.menu .list a:hover {
  background-color: #f6f6f6;
 
  color: #666666;
}
.ul.menu .list .items {
  height: 0px;
  overflow: hidden;
 
}
.ul.menu .list .items a {
  padding: 17px 0 17px 72px;
  font-size:15px;
}
.ul.menu .list .items a:hover {
  background-color: #fff;
  color: #666666;
  transition: 300ms all;
}
.ul.menu .list:last-child {
  border-bottom: none;
}
.ul.menu .active:after {
  content: "\f106";
  font-family: FontAwesome;
  position: absolute;
  right: 17px;
  top: 17px;
  padding: 0px 5px;
  color: #fff;
}
.ul.menu .active:before {
   background:url(../images/btn_03.png) no-repeat; width:15px; height:15px;
  position: absolute;
  left: 17px;
  top: 17px;
  padding: 0px 5px;
  color: #fff;
}
.ul.menu .active > .items {
  display: block;
  background: #f6f6f6;
  padding: 0px;
  height: auto;
  color: #fff;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 200ms;
  clear: both;
  float: left;
  width: 100%;
  margin-left:2px;
}
.ul.menu .active > .items li {
  padding: 0px;
  border-bottom: 1px solid #ebebeb;
  list-style: none;
}
.ul.menu .active > .items li:last-child {
  border-color: transparent;
  padding-bottom: 0px;
}
.ul.menu .active > .items .active > .items {
  background-color: #2f4b67;
}
.ul.menu .active > a {
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  background:#fff;
}
.ul.menu .active .list {
  background: #697d92;
}
.ul.menu .active .list a {
  padding: 17px 0px 17px 45px;
}
.list img{padding-top:2px; float:left; margin-right:10px;}
.list a{ font-size:16px;}
 